home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / lnch12.zip / LAUNCHER.DOC next >
Text File  |  1991-10-30  |  9KB  |  245 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         
  8.         LAUNCHER.EXE 1.2
  9.         Copyright 1991 by Chuck Steenburgh
  10.         
  11.            Do some of your programs require you to load a data file
  12.         once you start the program?  Are these data files located in
  13.         a different directory, or do you have to enter several cryptic 
  14.         commands to get your program to load a data file?  LAUNCHER is
  15.         designed to work with any program that can accept the name of
  16.         a data file on the command line.  LAUNCHER will display a
  17.         menu of your data files, and then start your application with
  18.         the name of the file you select on the command line to be
  19.         loaded immediately.
  20.         
  21.            LAUNCHER uses a rather novel method of automatically de-
  22.         termining the name of the application you are going to use
  23.         it with.  Rather than needing a configuration file or compli-
  24.         cated command line switches, LAUNCHER reads the application
  25.         name from its own file name.  Rename the LAUNCHER.EXE file
  26.         after the application you want to run, PLUS ANY ONE ADDITIONAL
  27.         CHARACTER.  Put this renamed version of launcher in the same
  28.         directory as your application, and you're ready to LAUNCH!
  29.         
  30.         Usage:       NEWNAME [path:\][filespec] [/f] [/parameters]     |
  31.         
  32.                   NEWNAME         This is the new name which you have
  33.                                   given to LAUNCHER.EXE, based on the
  34.                                   name of your application.
  35.                                   
  36.                   path:\          Optional drive and/or path for data
  37.                                   files.
  38.         
  39.                   filespec        This filespec designates what files
  40.                                   are to be displayed by LAUNCHER.
  41.                                   You may include a drive and/or dir-
  42.                                   ectory name, and wildcards (? *).
  43.                                   
  44.                   /f              Include only file names on command
  45.                                   line.  Normally, LAUNCHER will in-
  46.                                   clude any path you have specified
  47.                                   on the command line string built.
  48.                                   Use this switch if your application
  49.                                   does not require the path name.
  50.                                   
  51.                  /parameters      Enter any additional command line    |
  52.                                   parameters you would like to use     |
  53.                                   with your application program.       |
  54.         
  55.         Examples:
  56.         
  57.              WPI b:\wp\*.doc      This will LAUNCH Word Perfect
  58.                                   (WP.EXE) after displaying all files
  59.                                   in the B:\WP subdirectory with the
  60.                                   extension .DOC.  This assumes that
  61.  
  62.                                      Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                   you have renamed LAUNCHER.EXE as
  69.                                   WPI.EXE and that this file is in the
  70.                                   same directory as Word Perfect.
  71.         
  72.              1234 c:\*.w??         This will LAUNCH Lotus 1-2-3
  73.                                   (123.BAT) after displaying all
  74.                                   worksheet files in the root direc-
  75.                                   tory of drive C.  This assumes that
  76.                                   you have renamed LAUNCHER.EXE as
  77.                                   1234.EXE and that this file is in
  78.                                   the same directory as 1-2-3.
  79.                                   
  80.              WSI c:\ws\*.doc /f   LAUNCHES WordStar (WS.EXE) from
  81.                                   data files in directory c:\ws\docs.
  82.                                   DOES NOT include the path when
  83.                                   LAUNCHING WordStar.
  84.                                   
  85.              WSI *.doc /n         LAUNCHES WordStar using a data file
  86.                                   selected from those in the current
  87.                                   directory matching the filespec
  88.                                   *.doc.  It includes the "/n" param-
  89.                                   eter (nondocument mode) when starting
  90.                                   WordStar.
  91.         
  92.         
  93.            Some programs that require very large amounts of memory, 
  94.         such as Quattro Pro by Borland, will not work properly when
  95.         LAUNCHED.  If at all possible, when using LAUNCHER, configure
  96.         your applications so that they use as little memory as pos-
  97.         sible.  Most word processing programs do not need special
  98.         configuration, as they can run in 512K or less of memory.
  99.         The reason for this limtation is that LAUNCHER remains in
  100.         memory when your application is LAUNCHED, taking up about
  101.         30k of memory.
  102.         
  103.            LAUNCHER is part of STEENBURGH'S STUFF Mildly Useful Util-
  104.         ities.  STEENBURGH'S STUFF includes the following programs:
  105.         
  106.              BATBOX:     Simple menu creation/input system
  107.              CLK:        Displays time on screen
  108.              FREEDISK:   Checks for available disk space
  109.              INPUT:      Simple prompt/input system
  110.              KLS:        Colorful screen-clearing utility
  111.              LAUNCHER:   File selection/execution system
  112.              MUSIC11:    Plays transcribed sheet music on the PC
  113.              RAND:       Random number generator
  114.              SKIP:       Prints blank lines from batch files
  115.              SOUNDER:    Wide range of noise making options
  116.              WAITFOR:    Timed pauses 
  117.              WHENISIT:   Date/time telling utility
  118.              WRITE:      Colorful output anywhere on screen
  119.              XD:         Create/switch directories at the same time
  120.         
  121.            The current version of STEENBURGH'S STUFF is 1.5, and can
  122.  
  123.                                      Page 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.         be found on many BBS's as STUF15.ZIP (earlier versions include
  130.         STUF14.ZIP, STUF13.ZIP, etc.).  It can also be found on Compu-
  131.         Serve in the IBMSYS libraries.
  132.         
  133.         DISCLAIMER
  134.         
  135.            The programs described in this documentation are guaran-
  136.         teed to absolutely nothing!  They have, however, in my exper-
  137.         ience performed essentially as described herein.  The author
  138.         will not be responsible for any loss or damages caused through
  139.         the use of these programs.
  140.         
  141.            All trademarks are property of their respective owners.
  142.         
  143.            The programs and documentation are Copyright 1991 by Chuck
  144.         Steenburgh.  You are encouraged to distribute these programs
  145.         provided the following conditions are met:
  146.         
  147.            - all files contained in this archive must be distrib-
  148.              uted together in UNMODIFIED form
  149.         
  150.            - you charge no more than a reasonable fee for copying or
  151.              subscription, and clearly indicate that payment of such
  152.              a fee does NOT grant ownership of the programs.
  153.         
  154.            You may evaluate these programs for up to 30 days on a free
  155.         trial basis.  After 30 days, you should register your use of
  156.         these programs.  The registration fee is $10, payable to the
  157.         author at the address given below.  This registration fee in-
  158.         cludes registration of ALL the programs described above as
  159.         part of STEENBURGH'S STUFF.
  160.         
  161.            Let's be real: I don't plan to make alot of money this way.
  162.         Registration does have its advantages:
  163.         
  164.            - I am improving these programs all the time.  Registration
  165.              will get you IMMEDIATELY a disk with the latest version,
  166.              which includes a version of BATBOX with user-selected 
  167.              menu colors.  When Version 2.0 of these utilities is re-
  168.              leased, you will also receive that free of charge.
  169.         
  170.            - While I can't promise to include everyone's suggestions
  171.              in program updates, you can bet I'll listen to registered
  172.              users before any of you scrounges out there.
  173.         
  174.            - You will me feel all warm and fuzzy and appreciated, and
  175.              all that good stuff.
  176.         
  177.            - You will also get an evaluation copy of my text-file for-
  178.              matting program (used to produce the margins in this doc-
  179.              ument).
  180.         
  181.            Send comments/registrations to:
  182.         
  183.  
  184.                                      Page 3
  185.  
  186.  
  187.  
  188.  
  189.  
  190.                 Chuck Steenburgh
  191.                 304A North Main Street
  192.                 Lexington, VA 24450
  193.                 (703)464-5290
  194.         
  195.                 CIS 72330,1776 (I haunt the IBMSYS and IBMPRO forums)
  196.         
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.                                      Page 4